home *** CD-ROM | disk | FTP | other *** search
- TIKI
- setup
- {
- scale .8
- radius 8
- path models/weapons/diamondstaff
- surface material1 shader skin01.tga
- }
-
- init
- {
- server
- {
- classname Weapon
- setsize "-4 -4 -8" "4 4 8"
- name "DiamondStaff"
- hand righthand
- startammo 100
- ammorequired 0
- firetype projectile
- projectile croquetball.tik
- life 5
- inanimate
- noshadow
- notsolid
- }
- }
-
- animations
- {
- idle idle.tan
- {
- server
- {
- 0 stopanimating
- }
- }
- openspin openspin.tan
- spin spin.tan
- closespin closespin.tan
- open open.tan
- fire fire.tan
- {
- server
- {
- 8 shoot
- }
- }
- close close.tan
- }
-